home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000231_fdc@columbia.edu_Tue Jul 23 14:25:25 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  39 lines

  1. Article: 13544 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Server mode current directory
  6. Date: 23 Jul 2002 14:25:19 -0400
  7. Organization: Columbia University
  8. Lines: 22
  9. Message-ID: <ahk72f$o1v$1@watsol.cc.columbia.edu>
  10. References: <ujr68gef4tfva7@corp.supernews.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1027448721 29418 128.59.39.139 (23 Jul 2002 18:25:21 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 23 Jul 2002 18:25:21 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13544
  16.  
  17. In article <ujr68gef4tfva7@corp.supernews.com>,
  18. SEB <steve@baus-systems.com> wrote:
  19. : I am running into a problem when I send a file to a PC running K95 in server
  20. : mode.  I need the file to go into a specific directory and I have a cwd
  21. : <pathname> line in the .ini file I am calling to specify that directory but
  22. : when I talk to the person at the other PC, they are claiming that the file
  23. : is not in the directory specified and when we do a find file, sure enough it
  24. : is in some other unrelated folder such as \windows\system32\adobe...
  25. Evidently the CWD command is failing, or the INI file was skipped or not
  26. found, or errored out before the CWD command.
  27.  
  28. : If I use a cwd line in my .ini file before my server line, should I expect
  29. : the file I transfer to go into that directory?
  30. Yes.  Of course there are lots of other ways to control where files go.
  31. You could use SET FILE DOWNLOAD DIRECTORY to specify the directory in which
  32. all incoming files are stored, regardless of current directory.  Or the
  33. client of the server could give a REMOTE CD command to get to the right
  34. server directory before sending the file.
  35.  
  36. - Frank
  37.